Skip to content

Commit

Permalink
Adjustment in type of data.S3.workingDirectory (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jan 17, 2024
1 parent 0873718 commit ef432af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/region-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ type Region = {
/**
* Defines where users are permitted to read/write S3 files,
* specifying the allocated storage space in terms of bucket and object name prefixes.
*
* Mandatory unless data.S3.sts is not defined then it's optional.
*
* Example:
* For a user "bob" in the "exploration" group, using the configuration:
Expand Down Expand Up @@ -286,7 +288,7 @@ type Region = {
*
* If STS is enabled and a bucket doesn't exist, Onyxia will try to create it.
*/
workingDirectory: {
workingDirectory?: {
bucketMode: "shared";
bucketName: string;
prefix: string;
Expand Down

0 comments on commit ef432af

Please sign in to comment.