jclouds deprecated and will remove support for directories from the portable abstraction since most object stores do not not support them. Directories should still work through the provider level but I recommend using the prefix and delimiter options instead. Tracking issue:
https://issues.apache.org/jira/browse/JCLOUDS-1066 On Mon, Sep 18, 2017 at 05:26:31PM +0200, GARDAIS Ionel wrote: > Hi, > > Got a question about using the filesystem API. > As a blob wrote using putBlob(« container », "folder/file.t xt »); > > directoryExists(« container », « folder") returns true > > blobExists(« container », « folder") returns false > blobExists(« container », « folder/") returns false > > As directoryExists() is deprecated, what should be used ? > > Thanks, > Ionel > > -- > > 232 avenue Napoleon BONAPARTE 92500 RUEIL MALMAISON > > Capital EUR 219 300,00 - RCS Nanterre B 408 832 301 - TVA FR 09 408 832 301 > > BEGIN:VCARD > VERSION:3.0 > FN:GARDAIS\, Ionel > N:GARDAIS;Ionel;;; > ADR;TYPE=work,postal,parcel:;;1 Rue Isabey;RUEIL MALMAISON;IdF;92500;FRANCE > TEL;TYPE=work,voice:0147088131 > EMAIL;TYPE=internet:[email protected] > URL;TYPE=work:http://www.techad.fr > ORG:TECH advantage > TITLE:CIO > REV:2016-12-16T11:52:22Z > UID:5a4525af-5d0c-4a32-a77b-c565580b116e:114277 > END:VCARD -- Andrew Gaul http://gaul.org/
