1
私はPostman AWS Signatureを使用してS3サービスに接続し、そのバケット内のすべてのバケット、フォルダを取得できました。郵便配達員経由でAWS S3にバケットを作成する方法
私が郵便配達員で行うことができるリクエストのリストです。
List of all bucket inside the specific region: GET https://s3-us-west-2.amazonaws.com/
List of all objects/folders inside the bucket: GET https://s3-us-west-2.amazonaws.com/<bucket name>
Delete the bucket/file (when it's empty): DELETE https://s3-us-west-2.amazonaws.com/<bucket name>/[<file name>]
Create the file into the bucket: PUT https://s3-us-west-2.amazonaws.com/<bucket name>/[<file name>][<folder name>/]
バケット(PUTメソッド)を作成したいときは、エラーメッセージです。
The unspecified location constraint is incompatible for the region specific endpoint this request was sent to
郵便配達員経由でバケツを作成するには前もって感謝します。
ありがとう、助けてくれました –
答えがあなたのために働いていれば、似たような問題を抱えている人も解決策を見つけることができるように、それを合格とマークしてください。 –