Amazon Web Services (AWS) Activities are now in Public Preview
Hello @adrien.jacquart,
Thanks for reaching out to us. If I understand correctly, you are facing issue while calling the GetObject activity. And you are using AccessKey/SecretKey combination to authenticate against AWS.
Could you please let us know what permissions/policies the user corresponding to AccessKey has? To illustrate further, GetObject makes following calls to fetch various metadata of an object:
GetObjectMetadataAsync
GetBucketLocationAsync
GetObjectTaggingAsync
ListVersionsAsync
So the user should have either Full Access on S3 operations or combination of individual permissions for above operations.
Thanks,
Manas
1
vote
GloryClean
shared this idea
-
Guminthehair commented
thanks for the info, Manas!