-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S4cmd not working for DreamObjects or Other object storage services. #93
Comments
had the same issue and it looks like s4cmd does not support the |
Dupe of #107 A pullrequest doing just this was merged into master a couple days back (#82 ). Should be fine to work with any endpoint using --endpoint-url. We're in the process of updating our test-suite to use minio to ensure this works E2E, but you can play around with it in the meantime! (You'll have to build from the latest code until we update pip et al) Closing this issue for now, but let me know if you face any issues and I'll reopen it! :D |
Hi, [Exception] Parameter validation failed: |
@Xp0is0nX I had that problem too but adding a |
I just switched from
s3cmd
tos4cmd
. It's working great for EC2 to Amazon S3 data transfer. But when I'm trying DreamObjects or CenturyLink Object storage in it's place, it shows the below error:ClientError: An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you provided does not exist in our records.
I properly configured
.s3cfg
for DreamObjects, I know it because when I types3cmd ls
it lists the buckets. But when I types4cmd ls
it gives the above error.So is s4cmd not compatible with other object storage services currently?
The text was updated successfully, but these errors were encountered: