Skip to content

Not getting list of Objects from a S3 Bucket #2575

Discussion options

You must be logged in to vote

@AnuragDubeyGame Thanks for posting question. ListObjects API call from AWS SDK for .NET should work in Unity without any issues. Could you check if the IAM credentials used to access S3 objects has proper permissions to list objects in an S3 bucket?

Also share the following:

  • Sample code to reproduce the issue. Code solution would be preferred for easy reproduction.
  • Enable verbose logging using the code below:
Amazon.AWSConfigs.LoggingConfig.LogResponses = Amazon.ResponseLoggingOption.Always;
Amazon.AWSConfigs.LoggingConfig.LogTo = Amazon.LoggingOptions.SystemDiagnostics;
Amazon.AWSConfigs.AddTraceListener("Amazon", new System.Diagnostics.ConsoleTraceListener());

Verbose logs would enab…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@AnuragDubeyGame
Comment options

@AnuragDubeyGame
Comment options

Answer selected by AnuragDubeyGame
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. module/unity
2 participants