Share putObject opts
This commit is contained in:
parent
e199498603
commit
5bbe73c403
1 changed files with 73 additions and 0 deletions
73
putObject-opts.txt
Normal file
73
putObject-opts.txt
Normal file
|
@ -0,0 +1,73 @@
|
||||||
|
{ Bucket: 'atomakabucket',
|
||||||
|
Key: 'hello.txt',
|
||||||
|
Body:
|
||||||
|
PassThrough {
|
||||||
|
_readableState:
|
||||||
|
ReadableState {
|
||||||
|
objectMode: false,
|
||||||
|
highWaterMark: 16384,
|
||||||
|
buffer: [Object],
|
||||||
|
length: 0,
|
||||||
|
pipes: null,
|
||||||
|
pipesCount: 0,
|
||||||
|
flowing: null,
|
||||||
|
ended: false,
|
||||||
|
endEmitted: false,
|
||||||
|
reading: false,
|
||||||
|
sync: false,
|
||||||
|
needReadable: true,
|
||||||
|
emittedReadable: false,
|
||||||
|
readableListening: false,
|
||||||
|
resumeScheduled: false,
|
||||||
|
defaultEncoding: 'utf8',
|
||||||
|
ranOut: false,
|
||||||
|
awaitDrain: 0,
|
||||||
|
readingMore: false,
|
||||||
|
decoder: null,
|
||||||
|
encoding: null },
|
||||||
|
readable: true,
|
||||||
|
domain: null,
|
||||||
|
_events: { end: [Object], prefinish: [Object] },
|
||||||
|
_eventsCount: 2,
|
||||||
|
_maxListeners: undefined,
|
||||||
|
_writableState:
|
||||||
|
WritableState {
|
||||||
|
objectMode: false,
|
||||||
|
highWaterMark: 16384,
|
||||||
|
needDrain: false,
|
||||||
|
ending: false,
|
||||||
|
ended: false,
|
||||||
|
finished: false,
|
||||||
|
decodeStrings: true,
|
||||||
|
defaultEncoding: 'utf8',
|
||||||
|
length: 0,
|
||||||
|
writing: false,
|
||||||
|
corked: 0,
|
||||||
|
sync: true,
|
||||||
|
bufferProcessing: false,
|
||||||
|
onwrite: [Function],
|
||||||
|
writecb: null,
|
||||||
|
writelen: 0,
|
||||||
|
bufferedRequest: null,
|
||||||
|
lastBufferedRequest: null,
|
||||||
|
pendingcb: 0,
|
||||||
|
prefinished: false,
|
||||||
|
errorEmitted: false,
|
||||||
|
bufferedRequestCount: 0,
|
||||||
|
corkedRequestsFree: [Object] },
|
||||||
|
writable: true,
|
||||||
|
allowHalfOpen: true,
|
||||||
|
_transformState:
|
||||||
|
TransformState {
|
||||||
|
afterTransform: [Function],
|
||||||
|
needTransform: false,
|
||||||
|
transforming: false,
|
||||||
|
writecb: null,
|
||||||
|
writechunk: null,
|
||||||
|
writeencoding: null },
|
||||||
|
autodrain: [Function],
|
||||||
|
buffer: [Function],
|
||||||
|
path: 'hello.txt',
|
||||||
|
props: { path: 'hello.txt' },
|
||||||
|
type: 'File' } }
|
||||||
|
|
Loading…
Reference in a new issue