Hi, I'm using dotnet core 1.0.1, AWSSDK.S3 version 3.3.5.13 and my bucket region is eu-west-1. When I'm using the UploadPartRequest
the client throws an Amazon.S3.AmazonS3Exception
:
The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. The configuration I'm using works fine when I upload using the
TransferUtilityUploadRequest
.
I Can't see any reported issues on Github regarding this issue so any suggestions are appreciated.
Hello, I am trying to install 'AWSSDK.Extensions.CognitoAuthentication 0.9.1, but get this error:
Could not install package 'AWSSDK.Extensions.CognitoAuthentication 0.9.1'. You are trying to install this package into a project that targets 'WindowsPhoneApp,Version=v8.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Does it mean this Extension doesn't support Windows Phone yet? Or there is anything I can do to install it for my WindowPhone project?
Amazon.Runtime.AmazonClientException : No RegionEndpoint or ServiceURL configured
AmazonDynamoDBClient
. Everything up to that point compiles for example creation of AmazonDynamoDBClient
, PutItemRequest
etc but trying to execute client.PutItem(request1);
where client is an instance of AmazonDynamoDBClient
fails with AmazonDynamoDBClient.PutItem(PutItemRequest)' is inaccessible due to its protection level
. Of course this method is public so I really struggle with coming up with an explanation to this.