You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to supply two credentials(access key & secret key) in same dsync command considering source bucket and target bucket credentials are different .
s4cmd --access-key=ACCESS_KEY1 --secret-key=SECRET_KEY1 dsync s3://source-bucket1 s3://destination-bucket2 --endpoint=<endpoint>
here source bucket and destination bucket have different credentials
The text was updated successfully, but these errors were encountered:
How to supply two credentials(access key & secret key) in same dsync command considering source bucket and target bucket credentials are different .
s4cmd --access-key=ACCESS_KEY1 --secret-key=SECRET_KEY1 dsync s3://source-bucket1 s3://destination-bucket2 --endpoint=<endpoint>
here source bucket and destination bucket have different credentials
The text was updated successfully, but these errors were encountered: