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
saiisaii 

delete the Record from s3 bucket

Hi

I ahve been used the s3 bucket to store my file .
Am able to upload the files and download file .but now my requirement is to delete the file from the s3 bucket.

Actually i m Passing the Request using the Rest .But am getting the error has signature does not match.

Wherethat signature is working the filedownloading.Can u please help me .to delete the file from  s3.

When am Pasing the Request am getting theProblem

amPassing the Request

POLICY = 'DELETE\n\n\n'+'x-amz-date:Mon, 03 Sep 2012 18:09:49 GMT'+'\n/'+BucketName+'/'+filename;   

I ahvePassed the all the values