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
However it runs ok when I explicitly specify correct --region option.
Also, to check if my creds are ok (btw I have permission s3:GetBucketLocation) I created sample script using aws nodejs sdk and it succesfully recieved region info.
I suspect, that it may be related to this part:
awsSession, err:=session.NewSession(awsConfig, &aws.Config{
// any region requiredRegion: aws.String("us-east-1"), // <---- is it really required?HTTPClient: httpClient,
})
... but I`m not sure.
The text was updated successfully, but these errors were encountered:
First of all, my S3 region is not default (is not us-east-1).
I tried running command similar to this one:
and it fails with
However it runs ok when I explicitly specify correct
--region
option.Also, to check if my creds are ok (btw I have permission
s3:GetBucketLocation
) I created sample script using aws nodejs sdk and it succesfully recieved region info.I suspect, that it may be related to this part:
... but I`m not sure.
The text was updated successfully, but these errors were encountered: