@quadnix/octo-aws-cdkResourcesS3StorageS3StoragePermissionSchemaOn this pageS3StoragePermissionSchema Defines the schema for the s3 storage to allow permissions to a principal resource.@groupResources/S3StorageIndex PropertiesallowReadallowWriteprincipalResourceIdremoteDirectoryPathProperties allowReadallowRead: boolean = ...Allow read.allowWriteallowWrite: boolean = ...Allow write.principalResourceIdprincipalResourceId: string = ...The resource id of the principal resource.remoteDirectoryPathremoteDirectoryPath: string = ...The path within the bucket this permission is for. If you want to allow access to the entire bucket, use empty string ''.
Defines the schema for the s3 storage to allow permissions to a principal resource.
Resources/S3Storage