OBJECT

PresignedPut

Pre-signed PUT for BulkDataStorage

link GraphQL Schema definition

  • type PresignedPut {
  • # The fields that must be passed in the Header when PUTing.
  • headers: AWSJSON!
  • # The URL to PUT to.
  • url: AWSURL!
  • }