How to read data from the file in s3 bucket?

In Golang can you read data from the s3 file directly? instead of downloading the file and reading it from the local directory? and if you read data from the file then how can you move that file to a different bucket after the process gets completed?

I think you need to check AWS Golang SDK https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/s3-example-basic-bucket-operations.html

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.