options:{ bucketName: { description: "The name of the bucket you want to use"; required: true; type: "string"; }; client: { description: "Authenticated S3 client"; required: true; type: "object"; }; prefix: { description: "The prefix to use for all operations"; required: false; type: "string"; }; } = ...