-
Notifications
You must be signed in to change notification settings - Fork 549
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
TransferUtility can't read awsconfiguration.json region attribute #2784
Comments
Hi @taouichaimaa, |
Hi, in reality I have us-east-1 in my config file , I just put that for security sake. |
@taouichaimaa, thanks for clarifying. Could you provide the full stack trace? This will help us determine which part of TransferUtility.Builder.build() is causing the exception to be thrown. |
Closing as no response in 10 days. Please reopen if this is still an issue. |
Process: com.thepediatricnetwork.receptionapp.stage, PID: 19010 |
Describe the bug
I'm trying to upload a file into my s3 bucket using transferUtility , I've added the
section to my awsconfiguration.json but I keep getting:
this is the code i use for uploading:
To Reproduce
A code sample or steps:
Which AWS service(s) are affected?
Expected behavior
read from awsConfiguration.json
Screenshots
If applicable, add screenshots to help explain your problem.
Environment Information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: