Skip to content

Conversation

@dphulkar-msft
Copy link
Member

Description

https://microsoft.sharepoint.com/:w:/t/AzureFiles/EagOwYP1mypBg91t6cU1LVEBklb4bmNXesgm_aiPCQwqUA?e=VP6fVF

  • Feature / Bug Fix: (Brief description of the feature or issue being addressed)

  • Related Links:

  • Issues

  • Team thread

  • Documents

  • [Email Subject]

Type of Change

  • Bug fix
  • New feature
  • Documentation update required
  • Code quality improvement
  • Other (describe):

How Has This Been Tested?

E2E Tests
Thank you for your contribution to AzCopy!

* root props init functionality

* add test

* WIP

* added creating stored object for blob root folders

* init

* init

* init

* testing

* tests

* changed return type

* clean ups

* cleanups

* removed preserve-root-props flag

* minor comments

* remove macOs perservePerm testing

* fix xAttr issue in ADO pipeline

---------

Co-authored-by: Gauri Lamunion <[email protected]>

// OS check: hardlinks handling only supported on Linux in case of upload and download
if runtime.GOOS != "linux" && !fromTo.IsS2S() {
return fmt.Errorf("The --hardlinks option is only supported on Linux.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return fmt.Errorf("The --hardlinks option is only supported on Linux.")
return fmt.Errorf("For uploads and downloads, the --hardlinks option is only supported on Linux.")

dphulkar-msft and others added 5 commits October 17, 2025 07:28
* initial traverser refactor

* Fix missed export

* Migrated UT

* Fix account traversers

* Move token manager to the client

* remove credential op options and credential info from ste that was unused

* Suggestions from copilot

* Copilot comment

* add copyright

* standardize error handling

* move lcm functionality to cmd folder

* Cpk may not be set for e2e tests

* using wrong cpk methods

* Fix tests and build

* fixed build for runner

* fix npe

* add ui hooks

* remove unused var

* try to fix flaky test
* root props init functionality

* add test

* WIP

* added creating stored object for blob root folders

* init

* init

* init

* testing

* tests

* changed return type

* clean ups

* cleanups

* removed preserve-root-props flag

* minor comments

* remove macOs perservePerm testing

* fix xAttr issue in ADO pipeline

* fix typos

* 2 retries to get access token

* 1s time diff

* dstObj creation

---------

Co-authored-by: Gauri Lamunion <[email protected]>
@gapra-msft gapra-msft self-assigned this Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants