function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AshlekhAshlekh 

S3 Integration

Hi Folks,

I need help on S3 amazon integration.

I need help on : How can I create a bucket in S3 by Rest API version 4.(Using version 4 authentication header).

I need to follow steps to create a bucket but getting forbidden problem.

1) Please let me know which header I need to include in Request.
2) How create Signature in request.
For Signature I know that I need to create signature to follow below format.
StringToSign  =
Algorithm + '\n' +
RequestDate + '\n' +
CredentialScope + '\n' +
HashedCanonicalRequest))

But I not get success. Please some help by step by step or I some give me a code to create bucket then it will be great 

Thanks
Ashlekh