@@ -302,22 +302,22 @@ Similarly on Linux you can use the 'getfattr' and 'setfattr' commands:
302
302
303
303
$ getfattr -d -m yas3fs file
304
304
# file: file
305
- yas3fs.URL="http://bucket.s3.amazonaws.com/key"
306
- yas3fs.bucket="S3 bucket"
307
- yas3fs.expiration="2592000 (default)"
308
- yas3fs.key="S3 key"
309
- yas3fs.signedURL="https://bucket.s3.amazonaws.com/..." (for default expiration)
305
+ user. yas3fs.URL="http://bucket.s3.amazonaws.com/key"
306
+ user. yas3fs.bucket="S3 bucket"
307
+ user. yas3fs.expiration="2592000 (default)"
308
+ user. yas3fs.key="S3 key"
309
+ user. yas3fs.signedURL="https://bucket.s3.amazonaws.com/..." (for default expiration)
310
310
311
- $ setfattr -n yas3fs.expiration -v 3600
311
+ $ setfattr -n user. yas3fs.expiration -v 3600
312
312
$ getfattr -d -m yas3fs file
313
313
# file: file
314
- yas3fs.URL="http://bucket.s3.amazonaws.com/key"
315
- yas3fs.bucket="S3 bucket"
316
- yas3fs.expiration="3600"
317
- yas3fs.key="S3 key"
318
- yas3fs.signedURL="https://bucket.s3.amazonaws.com/..." (for 1h expiration)
314
+ user. yas3fs.URL="http://bucket.s3.amazonaws.com/key"
315
+ user. yas3fs.bucket="S3 bucket"
316
+ user. yas3fs.expiration="3600"
317
+ user. yas3fs.key="S3 key"
318
+ user. yas3fs.signedURL="https://bucket.s3.amazonaws.com/..." (for 1h expiration)
319
319
320
- $ setfattr -x yas3fs.expiration latest.zip # File specific expiration removed, the default is used again
320
+ $ setfattr -x user. yas3fs.expiration latest.zip # File specific expiration removed, the default is used again
321
321
322
322
### Notification Syntax & Use
323
323
@@ -341,7 +341,7 @@ The following `action`(s) are currently implemented:
341
341
* ` rename ` (rename file or directory): ` [ "node_id", "rename", "old_path", "new_path" ] `
342
342
* ` upload ` (new or updated file): ` [ "node_id", "upload", "path", "new_md5" ] ` (` path ` and ` new_md5 ` are optional)
343
343
* ` md ` (updated metadata, e.g. attr/xattr): ` [ "node_id", "md", "path", "metadata_name" ] `
344
- * ` reset ` (reset cache): ` [ "node_id", "reset" ] `
344
+ * ` reset ` (reset cache): ` [ "node_id", "reset", "path" ] ` ( ` path ` is optional)
345
345
* ` cache ` (change cache config): ` [ "node_id", "cache" , "entries" or "mem" or "disk", new_value ] `
346
346
* ` buffer ` (change buffer config): ` [ "node_id", "buffer", "size" or "prefetch", new_value ] `
347
347
* ` prefetch ` (change prefetch config): ` [ "node_id", "prefetch", "on" or "off" ] `
0 commit comments