getwilds / sixtyfour

🚚 CEO, entrepreneur
https://getwilds.org/sixtyfour/
Other
11 stars 2 forks source link

Return value for aws_file_delete #60

Closed seankross closed 7 months ago

seankross commented 7 months ago
> aws_file_delete("s3://dasl-project2/account_id.Rd")
$DeleteMarker
logical(0)

$VersionId
character(0)

$RequestCharged
character(0)

I'm okay with this return value but maybe we should return this value invisibly.

sckott commented 7 months ago

I think returning NULL invisibly makes sense. Okay?

seankross commented 7 months ago

Sounds good, thanks.